home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / netbday5.zip / NETBUPD.BAT < prev    next >
DOS Batch File  |  1992-06-21  |  270b  |  8 lines

  1. rem update netbday.exe
  2. rem this will copy netbday.exe and
  3. rem set the netware flags appropriately
  4. rem if it is already installed it will be reflagged
  5. if exist \public\netbday.exe flag \public\netbday.exe rw
  6. copy netbday.exe \public
  7. flag \public\netbday.exe ro s
  8.